home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Toolkits / Escritorio / Open Contacts / setup.exe / {app} / Help / styles / main.css next >
Encoding:
Cascading Style Sheet File  |  2008-10-26  |  1.1 KB  |  61 lines

  1. ∩╗┐/* Common Google Styles */
  2.  
  3. html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, caption, tbody, tfoot, thead, tr, th {
  4.   margin:0;
  5.   padding:0; 
  6. }
  7.  
  8. body {
  9.   font-family:"Times New Roman",Arial;
  10.   font-size:90%;
  11.   background:#fff;
  12.   color:#000;
  13.   margin:12px 10px 10px 5px;
  14. }
  15.  
  16. p { margin:1em 0; }
  17. img { border:none; }
  18.  
  19. h1 {
  20.   font-size:130%;
  21.   padding: 1px 0px 2px 1px;
  22.   border-top:1px solid green;
  23.   border-bottom:none;
  24.   background-color:#C6FFC6;
  25.   color:#000;
  26. }
  27.  
  28. h2 {
  29. font-size:120%;
  30.  padding-top:0px;
  31.   border-top:1px solid green;
  32.  margin-top:0px;
  33. }
  34.  
  35. h3 { font-size: 110%; text-decoration:underline  }
  36. h4 { font-size: 100%; }
  37. h5 { font-size: 83%; }
  38.  
  39. a:link { color: #0000cc; }
  40. a:visited { color: #551a8b; }
  41. a:active { color: #ff0000; }
  42.  
  43. td#left-col { width:140px; }
  44. td#left-col .size { padding: 0px 2px; }
  45.  
  46. td#left-col-divider {
  47.   background: url('http://www.google.com/images/dot2.gif') repeat-y 5px 0px;
  48.   padding:0px 8px;
  49. }
  50.  
  51. td#content {
  52.   width:auto;
  53. }
  54.  
  55. hr {
  56.   height:1px;
  57.   background-color:#fff;
  58.   border:none;
  59.   border-bottom:1px solid #ccc;
  60. }
  61.